home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 …ember: Reference Library / Dev.CD Dec 94.toast / Periodicals / develop / develop Issue 15 / develop 15 code / Floating Windows / Sample Source / prefixFile.h < prev    next >
Encoding:
Text File  |  1994-08-29  |  824 b   |  38 lines  |  [TEXT/MMCC]

  1. // The following two typedef's are to work around a bug in the beta
  2. // Universal headers -- they only typedef float_t and double_t for
  3. // "applec" and "powerc."When this is eventually fixed, precompiling
  4. // Types.h will give a redefinition error.
  5.  
  6. #if !defined applec && !defined powerc
  7.  
  8. typedef long double float_t;
  9. typedef long double double_t;
  10.  
  11. #endif
  12.  
  13.  
  14. #include <Types.h>
  15. #include <AppleEvents.h>
  16. #include <Desk.h>
  17. #include <Dialogs.h>
  18. #include <Editions.h>
  19. #include <EPPC.h>
  20. #include <Events.h>
  21. #include <Files.h>
  22. #include <Fonts.h>
  23. #include <GestaltEqu.h>
  24. #include <Memory.h>
  25. #include <Menus.h>
  26. #include <OSUtils.h>
  27. #include <Processes.h>
  28. #include <Quickdraw.h>
  29. #include <SegLoad.h>
  30. #include <StandardFile.h>
  31. #include <TextUtils.h>
  32. #include <ToolUtils.h>
  33. #include <Traps.h>
  34. #include <Windows.h>
  35.  
  36. #include "globals.h"
  37.  
  38.